Adwaita, HighContrast: day names in GtkCalendar
authorJakub Steiner <jimmac@gmail.com>
Thu, 27 Aug 2015 14:25:46 +0000 (16:25 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Aug 2015 00:14:53 +0000 (20:14 -0400)
Ideally I'd like to mimic the treeview column-header style,
but font-weight: bold; doesn't seem to work. Making them plain
for now.

https://bugzilla.gnome.org/show_bug.cgi?id=753357

gtk/theme/Adwaita/_common.scss
gtk/theme/HighContrast/_common.scss

index 3af66ec271c800d3f30aafc56c4c09f5e8e173ed..32c47e6402384fcab70d17858797f6ceb36a6e22 100644 (file)
@@ -2736,8 +2736,8 @@ GtkCalendar {
 
   &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
   &.highlight, &.highlight:backdrop {
+    font-size: smaller;
     color: $fg_color;
-    background: $borders_color;
   }
 
 
index c5a6710039727799c639d3df60606adacccb5957..48e0bef56187801086326363441f2033dc482354 100644 (file)
@@ -2045,8 +2045,8 @@ GtkCalendar {
     }
   }
 
-  &:inconsistent, &:inconsistent:backdrop,
-  &.highlight, &.highlight:backdrop { color: gtkalpha(currentColor, 0.55); }
+  &:inconsistent, &:inconsistent:backdrop { color: gtkalpha(currentColor, 0.55); }
+  &.highlight, &.highlight:backdrop { color: $fg_color; }
 }
 
 /***********